ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / IDocument<T> Interface
Properties Methods Events

In This Topic
    IDocument<T> Interface Members
    In This Topic

    The following tables list the members exposed by IDocument<T>.

    Public Properties
     NameDescription
     PropertyCacheToDisk This make the pages collection use a temp file for the canvas item streams  
     PropertyCacheToDiskLocation Specifies location of CacheToDisk files - can be physical path or "IsolatedStorage" to use IsolatedStorage.  
     PropertyDetermines whether the document is currently loaded.  
     Property  
     PropertyGets or sets a reference to the document's page.  
     PropertyGets or sets a password to protect the saved document file.  
     PropertyGets or sets the user preferences.  
    Top
    Public Methods
     NameDescription
     MethodOverloaded. Saves document the specified stream.  
    Top
    Public Events
     NameDescription
     EventOccurs when [state changed].  
    Top
    See Also